-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(i): Lint casts & move panics under must
funcs
#3134
refactor(i): Lint casts & move panics under must
funcs
#3134
Conversation
1bcee1c
to
1b8b14e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3134 +/- ##
===========================================
+ Coverage 77.97% 78.05% +0.07%
===========================================
Files 354 354
Lines 34660 34669 +9
===========================================
+ Hits 27025 27058 +33
+ Misses 6006 5988 -18
+ Partials 1629 1623 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 15 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: This appears to be entirely untested, given the lack of any changes made to test files, and no note of any manual testing in the PR description. I prefer that you add tests, but if you really think manual testing is okay in the short term, please note why.
I also have a question RE the linter excluded file list.
Happy to add tests if you have any specific code blocks that I should test, here are all the changes that have been done:
|
It was this I was mostly after - might not be worth the hassle of writing tests for though as I guess it is mostly just the http status code that changed, and that's not something the integration test framework can handle atm I think. Have you manually tested this? |
Manually some yes, but not all. I am a bit unsure how to test certain situations. |
19c5438
to
77bdcdb
Compare
must
ify
must
ifymust
ify panics
must
ify panicsmust
ify panic casts
77bdcdb
to
43ade30
Compare
must
ify panic castsmust
ify panic casts
must
ify panic castsmust
must
must
must
must
funcs
must
funcsmust
funcs
must
funcsmust
funcs
must
funcsmust
funcs
must
funcsmust
funcs
43ade30
to
ec7e43d
Compare
must
funcsmust
funcs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please make sure Keenan in particular is happy before merge :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming you resolve Fred's remaining todo.
ec7e43d
to
d63403f
Compare
Relevant issue(s)
Resolves #3103
Description
must
functions